Welcome![Sign In][Sign Up]
Location:
Search - file system

Search list

[OtherFileSystemMonitor

Description: Spying a file system Windows applications can do dynamic monitoring of any specified directory. Once changes have occurred and are detected, the spy application can run various tasks ( run antivirus, log activity, determine more information about changes, call other tasks etc).-Spying a file system Windows applications can do dynamic monitoring of any specified directory. Once changes have occurred and are detected, the spy application can run various tasks ( run antivirus, log activity, determine more information about changes, call other tasks etc).
Platform: | Size: 20480 | Author: Tyr0 | Hits:

[Other Embeded programTiny-FatFs

Description: 轻量级的文件系统,包含所有的文档、代码、例程-Lightweight file system that contains all of the documents, codes, routines
Platform: | Size: 839680 | Author: 魏恪之 | Hits:

[Embeded-SCM DevelopSD_FAT_430_FAT16

Description: msp430的详细FAT文件系统(包括FAT16)用SD卡实现的工程文件,初学者必备!-msp430 details of FAT file system (including FAT16) with the SD card to the project documents, beginners must have!
Platform: | Size: 23552 | Author: 季圣 | Hits:

[Windows DevelopNTFIS

Description: 這本書提供詳細WINDOW NT IO MANAGER 以及其他資訊-Windows NT File System Internals presents the details of the NT I/O Manager, the Cache Manager, and the Memory Manager from the perspective of a software developer writing a file system driver or implementing a kernel-mode filter driver. The book provides numerous code examples included on diskette, as well as the source for a complete, usable filter driver. This book appeals to a wide audience: system programmers implementing kernel-mode code such as file systems, device drivers, network redirectors, or filter drivers system administrators who simply want to learn more about the systems they manage software engineers interested in NT internals and computer science students examining the intricacies of file system technology.
Platform: | Size: 10643456 | Author: daniel | Hits:

[ARM-PowerPC-ColdFire-MIPSuffs-1.3.0

Description: nand flash ,文件系统,适合用于嵌入式开发,消耗内存小-nand flash, file system, suitable for embedded development, small memory consumption
Platform: | Size: 714752 | Author: huds03 | Hits:

[SCMfat16

Description: 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与本人联系!qq:292942278,E-MAIL:tony_yang123@sina.com.cn) -FAT16 file system, embedded C code for free download The file system is composed of my personal development, all code in the VC prepared and tested. To test the VC based on the virtual disk drive (in the Flash_management.c) achieve the disk read and write. Implemented file system is compatible with FAT16/FAT32 file system format, compatible with long file names, is compatible with GB2312/UNICODE Chinese character coding, and realized its subdirectory support for the implementation of documentation to read, write, create, delete and other file system common functions. The other one, write code using C can be ported to run on microcontrollers. (FAT16 code is free code, users can directly use. This code has FAT32 (compatible with FAT16) and multi-disc version (fee), if required, please contact me! qq: 292942278, E-MAIL: tony_yang123@sina.com.cn)
Platform: | Size: 453632 | Author: 6756 | Hits:

[SCMFileSyncSample

Description: This sample shows how to use the file synchronization provider component of Microsoft Sync Framework. The file synchronization provider is a fully functioning provider that helps an application to synchronize files and folders in NTFS, FAT, and SMB file systems. This sample synchronizes the contents of two folders in a file system.
Platform: | Size: 3072 | Author: jack | Hits:

[Documentssim-file-system

Description: sim file system to understand sims
Platform: | Size: 93184 | Author: kkjj | Hits:

[Windows DevelopGFS_CH

Description: The Google File System 中文的 到第六章-The Google File System to the Chinese Chapter
Platform: | Size: 468992 | Author: wyan | Hits:

[Otherpractical-file-system-design

Description: File System Design ebook in English. Very useful for efficient file system software design-File System Design ebook in English Very useful for efficient file system software design
Platform: | Size: 1000448 | Author: Zhou Qing | Hits:

[MTKfs

Description: MTK手机平台资料,MT6253 CODEBASE里文件系统源码,对于做文件系统研究的人很有参考价值。-MTK mobile phone platform information, MT6253 CODEBASE in the file system source code, file system for people who do great reference value.
Platform: | Size: 113664 | Author: fulean | Hits:

[Embeded LinuxPortingCramfsAsRootfsInS3c2410

Description: 根文件系统是构建一个uCLinux 嵌入式系统的重要组成部分。目前嵌入式系统可以选择的根文件系统有:Romfs、CramFS、Ramfs、Jffs2、Ext2 等等,本系统采用CramFS 作为uCLinux 嵌入式系统的只读根文件系统。本文讨论了CramFS 文件系统的特点,并详细的说明了Nor Flash 上建立一个uClinux 的Cramfs 根文件系统的一般步骤。-Root file system is to build a uCLinux an important part of embedded systems. Currently embedded system can select the root file system: Romfs, CramFS, Ramfs, Jffs2, Ext2, etc., this system uses CramFS uCLinux embedded systems as read-only root file system. This article discusses the characteristics of the CramFS file system, and a detailed description of the Nor Flash on a uClinux' s Cramfs the general steps of the root file system.
Platform: | Size: 126976 | Author: shifunv | Hits:

[Linux-Unixfile-system-linux-example

Description: file system source and releated tools
Platform: | Size: 8192 | Author: Wu | Hits:

[Driver Developfilesys

Description: Windows系统文件过滤驱动源代码. 采用Windows 2000 DDK开发. 可修改文件Create, Open, Write, Read, Flush, Cleanup, Close例程. 参考此代码可实现文件加密,文件监控,版权保护等特殊文件操作. -Windows system file system filter driver source code. Using Windows 2000 DDK development. Can modify the file Create, Open, Write, Read, Flush, Cleanup, Close routine. Reference to the code for file encryption, file monitoring, copyright protection and other special file operations .
Platform: | Size: 175104 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32_MP3_Full

Description: 采用VS1003方案的STM32 MP3播放器完美版,包含FAT文件系统、TFT液晶操作、图片文本解码等-Program using VS1003 perfect version STM32 MP3 players, including FAT file system, TFT LCD operation, picture text decoding
Platform: | Size: 578560 | Author: dream_fly | Hits:

[uCOSUCOS-file-System

Description: UCOS文件系统的。详细讲述UCOS文件系统的原理和实现-UCOS file system. Detail UCOS file system theory and realization
Platform: | Size: 622592 | Author: 陈东 | Hits:

[ARM-PowerPC-ColdFire-MIPSlpc23xxSDCard_FAT32

Description: nxp lpc23xx系列 SD卡驱动+文件系统应用-nxp lpc23xx Series SD card driver+ file system application
Platform: | Size: 1385472 | Author: 李佳 | Hits:

[Linux-Unixfile-system

Description: 一个在LINUX操作系统下模拟计算机文件系统的C语言源代码-a C source code of file system in Linux operating system
Platform: | Size: 5120 | Author: 李顺前 | Hits:

[Linux-UnixProc-file-system-under-Linux-Programming-Analysis.

Description: Linux下Proc文件系统的编程剖析Proc file system under Linux Programming Analysis-Proc file system under Linux Programming Analysis
Platform: | Size: 65536 | Author: five162 | Hits:

[Embeded-SCM DevelopEmbedded.file.system.documents

Description: 嵌入式文件系统设计文档Embedded file system design documents -Embedded file system design documents
Platform: | Size: 231424 | Author: t7 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net